net/http.bodyEOFSignal.earlyCloseFn (field)
4 uses
net/http (current package)
transport.go#L2200: earlyCloseFn: func() error {
transport.go#L2794: earlyCloseFn func() error // optional alt Close func used if io.EOF not seen
transport.go#L2829: if es.earlyCloseFn != nil && es.rerr != io.EOF {
transport.go#L2830: return es.earlyCloseFn()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |